Commit 9a199dd8 authored by Jorgen's avatar Jorgen

Change save changes to send

parent 10126f0f
......@@ -15,7 +15,7 @@ export const i18n = new LocalizedStrings({
errorDoesNotDistinct: "Исправленный вариант идентичен исходному",
errorTooOften: "Вы отправляете исправления слишком часто",
close: "Закрыть",
saveChanges: "Сохранить изменения",
saveChanges: "Отправить",
messageSuccess: "Благодарим за отправку опечатки. Мы уже работаем над её исправлением!",
errorFormContainsErrors: "Форма отправки содержит ошибки!",
errorSendFailture: "Не удалось отправить исправление. Мы уже работаем над решением проблемы!",
......@@ -37,7 +37,7 @@ export const i18n = new LocalizedStrings({
errorDoesNotDistinct: "The original and corrected text are the same",
errorTooOften: "You are sending correction requests too often",
close: "Close",
saveChanges: "Save changes",
saveChanges: "Send",
messageSuccess: "Thank you for a typo submitting! We are already working on this report!",
errorFormContainsErrors: "The form contains errors!",
errorSendFailture: "Failed to send request. We are fixing a problem!",
......
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