Verified Commit c45941b0 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3419894 by shweta__sharma, Mithun S, Kanchan Bhogade, Charles Belov,...

Issue #3419894 by shweta__sharma, Mithun S, Kanchan Bhogade, Charles Belov, Amir Gurung, Wim Leers, smustgrave: [drupalImage] Rename "Text alternative" field label to "Alternative text"
parent b050dbf4
Loading
Loading
Loading
Loading
Loading
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -251,7 +251,7 @@ export default class ImageAlternativeTextFormView extends View {
    labeledInput
      .bind('class')
      .to(this.decorativeToggle, 'isOn', (value) => (value ? 'ck-hidden' : ''));
    labeledInput.label = Drupal.t('Text alternative');
    labeledInput.label = Drupal.t('Alternative text');

    return labeledInput;
  }