fix: redundant punctuation in some languages

This commit is contained in:
PaperCube
2024-02-13 01:55:15 +00:00
parent c796cf4009
commit b2b5c21cf0
12 changed files with 20 additions and 20 deletions

View File

@@ -163,7 +163,7 @@ abstract class S {
/// No description provided for @askContinue.
///
/// In en, this message translates to:
/// **'{msg}, continue?'**
/// **'{msg}. Continue?'**
String askContinue(Object msg);
/// No description provided for @attention.
@@ -1621,7 +1621,7 @@ abstract class S {
/// No description provided for @useNoPwd.
///
/// In en, this message translates to:
/// **'No password will be used.'**
/// **'No password will be used'**
String get useNoPwd;
/// No description provided for @used.