Use more appropriate placeholder label

pull/5054/head
Oliver Günther 8 years ago
parent 65ca248914
commit 9b982cbc66
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      config/locales/js-en.yml
  2. 2
      frontend/app/components/wp-panels/watchers-panel/watchers-panel.controller.ts

@ -231,7 +231,7 @@ en:
label_search_watchers: Search watchers
label_add: Add watchers
label_discard: Discard selection
label_click_to_add: Click to add watchers
tyepahead_placeholder: Search for possible watchers
filter_labels:
assigned_to: "Assignee"

@ -54,7 +54,7 @@ export class WatchersPanelController {
loading: I18n.t('js.watchers.label_loading'),
loadingError: I18n.t('js.watchers.label_error_loading'),
autocomplete: {
placeholder: I18n.t('js.watchers.label_click_to_add')
placeholder: I18n.t('js.watchers.tyepahead_placeholder')
}
};

Loading…
Cancel
Save