mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 17:28:40 +00:00
fix typo
This commit is contained in:
parent
7aeaa97a68
commit
6ed8a3eff5
2 changed files with 2 additions and 2 deletions
|
|
@ -2477,7 +2477,7 @@ abstract class AppLocalizations {
|
||||||
/// No description provided for @notificationImage.
|
/// No description provided for @notificationImage.
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
/// **'sent a image{inGroup}.'**
|
/// **'sent an image{inGroup}.'**
|
||||||
String notificationImage(Object inGroup);
|
String notificationImage(Object inGroup);
|
||||||
|
|
||||||
/// No description provided for @notificationAudio.
|
/// No description provided for @notificationAudio.
|
||||||
|
|
|
||||||
|
|
@ -1345,7 +1345,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String notificationImage(Object inGroup) {
|
String notificationImage(Object inGroup) {
|
||||||
return 'sent a image$inGroup.';
|
return 'sent an image$inGroup.';
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue