Skip to content

Commit ae487a4

Browse files
dyongxudavxu
andauthored
fix: 🐛 localization string formatting issue (SAP#1186)
Co-authored-by: David Xu <[email protected]>
1 parent 1e1f304 commit ae487a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FioriSwiftUICore/_localization/en.lproj/FioriSwiftUICore.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@
498498
"Do you want to undo the edits made by the Writing Assistant and revert the text to its original state?" = "Do you want to undo the edits made by the Writing Assistant and revert the text to its original state?";
499499

500500
/* XTIT: Writing assistant cancel alert title */
501-
"Discard all changes?" = "Discard all changes?"
501+
"Discard all changes?" = "Discard all changes?";
502502

503503
/* XBUT: Writing assistant cancel alert action title for keep working */
504504
"Keep Working" = "Keep Working";

0 commit comments

Comments
 (0)