feat(ui, localization): Move attachment limit exceeded error to translations
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -177,6 +177,7 @@ void main() {
|
||||
expect(localizations.ofText, isNotNull);
|
||||
expect(localizations.fileText, isNotNull);
|
||||
expect(localizations.replyToMessageLabel, isNotNull);
|
||||
expect(localizations.attachmentLimitExceedError(3), isNotNull);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user