TF-2323 Add text for fromMe suggestion

(cherry picked from commit ae30d6fb289e8b06d1fb2df46fac560aff84e137)
This commit is contained in:
hieubt
2023-11-26 13:43:56 +07:00
committed by Dat H. Pham
parent 1d58957ab3
commit a2f22cb2bf
2 changed files with 14 additions and 1 deletions
@@ -3667,4 +3667,11 @@ class AppLocalizations {
name: 'cannotCompressInlineImage',
);
}
String get me {
return Intl.message(
'Me',
name: 'me',
);
}
}