pricing login/register translation

This commit is contained in:
2021-06-01 22:01:46 +02:00
parent f0b69fa76a
commit 370494499a
7 changed files with 7 additions and 8 deletions

View File

@@ -31,7 +31,7 @@
:styles="{width:'500px', height:'350px'}"
>
<section id="pricing-modal-login-register">
<h2>{{ $t("materio.Please login or create a new account to order your access") }}</h2>
<h2>{{ $t("materio.Please login or create a new account") }}</h2>
<LoginRegister
:callbackargs="showLoginModal"
@onLogedIn="onLogedIn"