diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-05-22 08:11:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-22 08:11:59 +0200 |
commit | 84cb421f13cf1a1f1b47cff6866c378972270c37 (patch) | |
tree | a21f203888272be15f9356d6c4919ab5baee0d05 /src-vue/src/i18n/lang/ru.json | |
parent | 576dd0a9d2152ffcc15d746a6c537e2d68d0d5eb (diff) | |
download | FlightCore-84cb421f13cf1a1f1b47cff6866c378972270c37.tar.gz FlightCore-84cb421f13cf1a1f1b47cff6866c378972270c37.zip |
refactor: Change error messages and function names to EA App (#362)
* refactor: Change error message to mention EA App
instead of Origin
* refactor: Rename function to refer to EA App
* refactor: Rename function to mention EA and Origin
* style: Fix formatting
* refactor: Update translation text to EA App
* refactor: Change emit name to EA App
instead of Origin
* docs: Update comment to mention EA App
Diffstat (limited to 'src-vue/src/i18n/lang/ru.json')
-rw-r--r-- | src-vue/src/i18n/lang/ru.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/src/i18n/lang/ru.json b/src-vue/src/i18n/lang/ru.json index eeccded3..78264cc8 100644 --- a/src-vue/src/i18n/lang/ru.json +++ b/src-vue/src/i18n/lang/ru.json @@ -32,7 +32,7 @@ "servers": "серверов", "unable_to_load_playercount": "Не можем загрузить количество игроков", "northstar_running": "Нордстар запущен:", - "origin_running": "Origin запущен:", + "ea_app_running": "EA App запущен:", "see_patch_notes": "просмотреть список изменений" }, "mods": { |