You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/Localization/Sources/Localization/Localizable.swift
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6551,10 +6551,14 @@ public final class L10n {
6551
6551
public static var chatSuggestPostPublishConfirmButton: String { return L10n.tr("Localizable", "Chat.SuggestPost.Publish.ConfirmButton") }
6552
6552
/// Accept Terms
6553
6553
public static var chatSuggestPostPublishConfirmHeader: String { return L10n.tr("Localizable", "Chat.SuggestPost.Publish.ConfirmHeader") }
6554
-
/// Do you really want to publish this post from %1$@? You will receive %2$@ (%3$@%%) for publishing this post. It must remain visible for at least 24 hours after publication.
6554
+
/// Do you really want to publish this post from %1$@? You will receive %2$@ (%3$@) for publishing this post. It must remain visible for at least 24 hours after publication.
0 commit comments