TF-4370 Add Description field to Create new Label modal

This commit is contained in:
dab246
2026-03-11 14:41:02 +07:00
committed by Dat H. Pham
parent a8dca322d4
commit 4c837ed9cf
6 changed files with 97 additions and 4 deletions
@@ -5762,4 +5762,18 @@ class AppLocalizations {
name: 'deleteALabelFailure',
);
}
String get labelDescription {
return Intl.message(
'Description (optional)',
name: 'labelDescription',
);
}
String get labelDescriptionHintText {
return Intl.message(
'Add a short description to explain what this label is for',
name: 'labelDescriptionHintText',
);
}
}