Skip to content

Commit b167741

Browse files
committed
Changed "Add tags" sections title to "Tags"
1 parent 067c47d commit b167741

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/views/image/edit_image_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ class _EditImagePageState extends State<EditImagePage> {
194194
), // privacy
195195
FormSection(
196196
margin: const EdgeInsets.symmetric(horizontal: 16.0, vertical: 8.0),
197-
title: appStrings.tagsAdd_title,
197+
title: appStrings.tags,
198198
onTapTitle: () {
199199
showSelectTagsModal(context, _tags).then((value) {
200200
if (value is! List<TagModel>) return;

lib/views/upload/upload_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class _UploadGalleryViewPage extends State<UploadPage>
293293
),
294294
), // privacy
295295
FormSection(
296-
title: appStrings.tagsAdd_title,
296+
title: appStrings.tags,
297297
onTapTitle: () {
298298
showSelectTagsModal(context, _tags).then((value) {
299299
if (value is! List<TagModel>) return;

0 commit comments

Comments
 (0)