TF-4178 Fix Nitpick comments from coderabbit

This commit is contained in:
dab246
2025-12-10 10:30:09 +07:00
committed by Dat H. Pham
parent 833df56cd8
commit 95831054b2
4 changed files with 9 additions and 4 deletions
@@ -5579,7 +5579,7 @@ class AppLocalizations {
String createLabelSuccessfullyMessage(String labelName) {
return Intl.message(
'You successfully created $labelName label',
'You successfully created the $labelName label',
name: 'createLabelSuccessfullyMessage',
args: [labelName],
);