TF-4243 Implement delete a label in presentation layer
This commit is contained in:
@@ -5754,4 +5754,19 @@ class AppLocalizations {
|
||||
args: [labelName],
|
||||
);
|
||||
}
|
||||
|
||||
String deleteLabelSuccessfullyMessage(String labelName) {
|
||||
return Intl.message(
|
||||
'You successfully deleted the $labelName label',
|
||||
name: 'deleteLabelSuccessfullyMessage',
|
||||
args: [labelName],
|
||||
);
|
||||
}
|
||||
|
||||
String get deleteALabelFailure {
|
||||
return Intl.message(
|
||||
'Delete a label failure',
|
||||
name: 'deleteALabelFailure',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user