TF-4195 Add Label as to email context menu

This commit is contained in:
dab246
2025-12-11 12:25:49 +07:00
committed by Dat H. Pham
parent 5b94e23427
commit 03b3d1181f
9 changed files with 32 additions and 0 deletions
@@ -5619,4 +5619,11 @@ class AppLocalizations {
name: 'theLabelFeatureIsNowAvailable',
);
}
String get labelAs {
return Intl.message(
'Label as',
name: 'labelAs',
);
}
}