jenkins-bot has submitted this change and it was merged.

Change subject: Typos: confirmation, translation
......................................................................


Typos: confirmation, translation

Change-Id: Idd6954d2d89ff7dea368b831f3c4572d1ed961e0
---
M i18n/en.json
M modules/dashboard/ext.cx.translationlist.js
2 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Raimond Spekking: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/i18n/en.json b/i18n/en.json
index f5c94d8..1878cd4 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -153,7 +153,7 @@
        "cx-stats-published-translations-title": "Published translations",
        "cx-stats-draft-translations-title": "In progress translations",
        "cx-stats-published-translators-title": "Number of translators",
-       "cx-draft-discard-confirmaton-message": "Are you sure you want to 
permanently delete this translation?",
+       "cx-draft-discard-confirmation-message": "Are you sure you want to 
permanently delete this translation?",
        "cx-draft-cancel-button-label": "Cancel",
        "cx-draft-discard-button-label": "Delete translation",
        "cx-beta-feature-enabled-notification": "Content Translation has been 
activated in this wiki.",
diff --git a/modules/dashboard/ext.cx.translationlist.js 
b/modules/dashboard/ext.cx.translationlist.js
index d5d83f3..cf639d2 100644
--- a/modules/dashboard/ext.cx.translationlist.js
+++ b/modules/dashboard/ext.cx.translationlist.js
@@ -320,7 +320,7 @@
        };
 
        /**
-        * Show the confirmaton dialog for discarding a translaton.
+        * Show the confirmation dialog for discarding a translation.
         * @return {jQuery.Promise}
         */
        CXTranslationList.prototype.showDiscardConfirmation = function () {
@@ -352,7 +352,7 @@
                                .append( $discardButton, $cancelButton );
                        $message = $( '<div>' )
                                .addClass( 'cx-draft-discard-dialog__message' )
-                               .text( mw.msg( 
'cx-draft-discard-confirmaton-message' ) );
+                               .text( mw.msg( 
'cx-draft-discard-confirmation-message' ) );
                        $( 'body' ).append( this.$confirmationDialog.append( 
$message, $actions ) );
                }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/195080
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Idd6954d2d89ff7dea368b831f3c4572d1ed961e0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: KartikMistry <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: Raimond Spekking <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to