1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-22 05:30:56 +03:00

Merge branch 'master' into guild-data-load-errors

Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
Macintxsh 2023-10-26 18:12:25 +03:00 committed by GitHub
commit 29a3c863f8
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 75 additions and 13 deletions

View file

@ -477,8 +477,8 @@
<data name="ReminderPosition" xml:space="preserve">
<value>Position in list: {0}</value>
</data>
<data name="ReminderWillBeSentOn" xml:space="preserve">
<value>The reminder will be sent on: {0}</value>
<data name="ReminderTime" xml:space="preserve">
<value>Reminder send time: {0}</value>
</data>
<data name="ReminderText" xml:space="preserve">
<value>Reminder text: {0}</value>
@ -576,6 +576,9 @@
<data name="DataLoadFailedDescription" xml:space="preserve">
<value>This will lead to unexpected behavior. Data will no longer be saved</value>
</data>
<data name="CommandExecutionFailed" xml:space="preserve">
<value>An error occurred during command execution, try again later.</value>
</data>
<data name="ContactDevelopers" xml:space="preserve">
<value>Contact the developers if the problem occurs again.</value>
</data>