diff options
| author | 2025-10-23 19:32:11 +0700 | |
|---|---|---|
| committer | 2025-10-23 19:32:11 +0700 | |
| commit | f101d6a555c6d3453def332f2c230b37ae5c81b4 (patch) | |
| tree | 53e78a7394c72eb647b09da3bd3e0fe1a74f2d54 /locale/localization.en.yaml | |
| parent | 84c851eeb4c13042a928b6b6334675d126931a38 (diff) | |
| download | web-f101d6a555c6d3453def332f2c230b37ae5c81b4.tar.gz web-f101d6a555c6d3453def332f2c230b37ae5c81b4.zip | |
fix: disable subscription form if user has no verified email
fix: check properly if the email was already taken
Diffstat (limited to 'locale/localization.en.yaml')
| -rw-r--r-- | locale/localization.en.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/localization.en.yaml b/locale/localization.en.yaml index 8816f2e..ce334d9 100644 --- a/locale/localization.en.yaml +++ b/locale/localization.en.yaml @@ -62,3 +62,4 @@ UserProfile: SubscribeInvalidType: 'Invalid subscription type.' FailedToSubscribe: 'Failed to subscribe by new settings, please ask administrator for a more detailed cause.' SubscribedSuccessfully: 'Successfully subscribed you by new settings!' + RefreshPage: 'Please refresh the profile page on the device, where you requested the code.' |