From e00b7c9be905beb090252143d2b6f274f9e570bf Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Fri, 27 Aug 2021 17:29:45 -0400 Subject: [PATCH] add some missing localization keys --- .../Modules/Admin/Languages/Add.razor | 8 ++--- .../Modules/Admin/ModuleDefinitions/Add.razor | 8 ++--- .../Modules/Admin/Register/Index.razor | 34 +++++++++---------- Oqtane.Client/Modules/Admin/Themes/Add.razor | 8 ++--- .../Modules/Admin/Register/Index.resx | 4 +-- Oqtane.Client/Resources/SharedResources.resx | 9 +++++ 6 files changed, 40 insertions(+), 31 deletions(-) diff --git a/Oqtane.Client/Modules/Admin/Languages/Add.razor b/Oqtane.Client/Modules/Admin/Languages/Add.razor index cb426201..db6c3813 100644 --- a/Oqtane.Client/Modules/Admin/Languages/Add.razor +++ b/Oqtane.Client/Modules/Admin/Languages/Add.razor @@ -133,7 +133,7 @@ else diff --git a/Oqtane.Client/Modules/Admin/ModuleDefinitions/Add.razor b/Oqtane.Client/Modules/Admin/ModuleDefinitions/Add.razor index 3315aebc..ea396c7a 100644 --- a/Oqtane.Client/Modules/Admin/ModuleDefinitions/Add.razor +++ b/Oqtane.Client/Modules/Admin/ModuleDefinitions/Add.razor @@ -85,7 +85,7 @@ diff --git a/Oqtane.Client/Modules/Admin/Register/Index.razor b/Oqtane.Client/Modules/Admin/Register/Index.razor index d30d554e..d33131c2 100644 --- a/Oqtane.Client/Modules/Admin/Register/Index.razor +++ b/Oqtane.Client/Modules/Admin/Register/Index.razor @@ -7,16 +7,16 @@ @if (PageState.Site.AllowRegistration) { -
- - - ... - - - - - - + + + ... + + + + + + +
@@ -25,13 +25,13 @@
- +
- +
@@ -45,16 +45,16 @@
- +

-
-
- + +
+
} else { @@ -82,7 +82,7 @@ else { bool _isEmailValid = Utilities.IsValidEmail(_email); - if (_username != "" && _password != "" && _confirm != "" && _isEmailValid) + if (_isEmailValid) { if (_password == _confirm) { diff --git a/Oqtane.Client/Modules/Admin/Themes/Add.razor b/Oqtane.Client/Modules/Admin/Themes/Add.razor index dcfaea37..9b7bd6b2 100644 --- a/Oqtane.Client/Modules/Admin/Themes/Add.razor +++ b/Oqtane.Client/Modules/Admin/Themes/Add.razor @@ -86,7 +86,7 @@ diff --git a/Oqtane.Client/Resources/Modules/Admin/Register/Index.resx b/Oqtane.Client/Resources/Modules/Admin/Register/Index.resx index 9c99dcf2..4ce1b471 100644 --- a/Oqtane.Client/Resources/Modules/Admin/Register/Index.resx +++ b/Oqtane.Client/Resources/Modules/Admin/Register/Index.resx @@ -148,7 +148,7 @@ Error Adding User - If you are changing your password you must enter it again to confirm it matches + Enter your password again to confirm it matches the value entered above Confirm Password: @@ -166,7 +166,7 @@ Email: - If you wish to change your password you can enter it here. Please choose a sufficiently secure password. + Please choose a sufficiently secure password and enter it here Password: diff --git a/Oqtane.Client/Resources/SharedResources.resx b/Oqtane.Client/Resources/SharedResources.resx index 5eee0691..9ef78435 100644 --- a/Oqtane.Client/Resources/SharedResources.resx +++ b/Oqtane.Client/Resources/SharedResources.resx @@ -291,4 +291,13 @@ price + + Accept + + + License Not Specified + + + Review License Terms + \ No newline at end of file