TF-4178 Add color picker modal
This commit is contained in:
@@ -5569,4 +5569,18 @@ class AppLocalizations {
|
||||
name: 'tagNameAlreadyExists',
|
||||
);
|
||||
}
|
||||
|
||||
String get chooseCustomColour {
|
||||
return Intl.message(
|
||||
'Choose custom colour',
|
||||
name: 'chooseCustomColour',
|
||||
);
|
||||
}
|
||||
|
||||
String get chooseAColourForThisLabel {
|
||||
return Intl.message(
|
||||
'Choose a colour for this label',
|
||||
name: 'chooseAColourForThisLabel',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user