TF-4233 Implement edit label action
This commit is contained in:
@@ -5694,4 +5694,19 @@ class AppLocalizations {
|
||||
name: 'updateTheLabelName',
|
||||
);
|
||||
}
|
||||
|
||||
String editLabelSuccessfullyMessage(String labelName) {
|
||||
return Intl.message(
|
||||
'You successfully edited the $labelName label',
|
||||
name: 'editLabelSuccessfullyMessage',
|
||||
args: [labelName],
|
||||
);
|
||||
}
|
||||
|
||||
String get editLabelFailure {
|
||||
return Intl.message(
|
||||
'Edit label failure',
|
||||
name: 'editLabelFailure',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user