-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
small fix of the player's name on the avatar (#121)
- Loading branch information
Showing
4 changed files
with
47 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,6 +131,9 @@ class AppText { | |
static const settingsPageBackupButtonText = 'Backup'; | ||
static const settingsPageRestireButtonText = 'Restore'; | ||
static const settingsPageBackupsListTitle = 'Backups'; | ||
static const settingsPageRestoreSucceededMessage = 'Your data has been successfully restored.'; | ||
static const settingsPageRestoreFailedMessage = | ||
'Unfortunately we ran into a problem with restoring your data. Please try again or contact support at [email protected]'; | ||
|
||
static const gamePlaytimeFormat = '%s min'; | ||
static const gamePlayersSingularFormat = '%i players'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters