Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: Corrected typo in 'Require Unique Security ID' section of settings page and across DE, ES, FR, and BR language files #426

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion class/class-mainwp-pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ public function render_settings() {
<table class="form-table">
<tbody>
<tr>
<th scope="row" style="width:300px"><?php esc_html_e( 'Require Unique Secuirty ID', 'mainwp-child' ); ?></th>
<th scope="row" style="width:300px"><?php esc_html_e( 'Require Unique Security ID', 'mainwp-child' ); ?></th>
<td>
<label for="requireUniqueSecurityId" class="mainwp-toggle">
<input name="requireUniqueSecurityId" type="checkbox" id="requireUniqueSecurityId" <?php echo ( ! empty( $uniqueId ) ) ? 'checked' : ''; ?> />
Expand Down
2 changes: 1 addition & 1 deletion languages/mainwp-child-de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -3981,7 +3981,7 @@ msgstr ""

# @ mainwp-child
#: class/class-mainwp-pages.php:713
msgid "Require Unique Secuirty ID"
msgid "Require Unique Security ID"
msgstr "Eine eindeutige Sicherheits-ID"

#: class/class-mainwp-pages.php:718
Expand Down
2 changes: 1 addition & 1 deletion languages/mainwp-child-es_ES.po
Original file line number Diff line number Diff line change
Expand Up @@ -3769,7 +3769,7 @@ msgstr ""
"Añade una capa extra de seguridad para conectar este sitio a tu %s Dashboard."

#: class/class-mainwp-pages.php:713
msgid "Require Unique Secuirty ID"
msgid "Require Unique Security ID"
msgstr "Exigir un identificador de seguridad único"

#: class/class-mainwp-pages.php:718
Expand Down
2 changes: 1 addition & 1 deletion languages/mainwp-child-fr_FR.po
Original file line number Diff line number Diff line change
Expand Up @@ -4108,7 +4108,7 @@ msgstr ""

# @ mainwp-child
#: class/class-mainwp-pages.php:713
msgid "Require Unique Secuirty ID"
msgid "Require Unique Security ID"
msgstr "Exiger une ID Unique de sécurité"

#: class/class-mainwp-pages.php:718
Expand Down
2 changes: 1 addition & 1 deletion languages/mainwp-child-pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -3736,7 +3736,7 @@ msgstr ""
"Dashboard."

#: class/class-mainwp-pages.php:713
msgid "Require Unique Secuirty ID"
msgid "Require Unique Security ID"
msgstr "Exigir uma ID de segurança exclusiva"

#: class/class-mainwp-pages.php:718
Expand Down