Commit 00e20a30 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Re-use existing i18n phrases

parent 45706af2
import { __ } from '~/locale';
import { s__ } from '~/locale';
export const ERROR_FETCHING_COUNTRIES = __('There was an error fetching countries');
export const ERROR_FETCHING_STATES = __('There was an error fetching states');
export const ERROR_FETCHING_COUNTRIES = s__('Checkout|Failed to load countries. Please try again.');
export const ERROR_FETCHING_STATES = s__('Checkout|Failed to load states. Please try again.');
......@@ -31426,9 +31426,6 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
msgid "There was an error fetching countries"
msgstr ""
msgid "There was an error fetching data for the selected stage"
msgstr ""
......@@ -31444,9 +31441,6 @@ msgstr ""
msgid "There was an error fetching projects"
msgstr ""
msgid "There was an error fetching states"
msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment