Skip to content

Commit 211e3ec

Browse files
committed
chore: update default string
1 parent 2f61a4f commit 211e3ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/uikit-react-native/src/localization/StringSet.type.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ export const createBaseStringSet = ({ dateLocale, overrides }: StringSetCreateOp
247247
MESSAGE_BUBBLE_UNKNOWN_DESC: () => 'Cannot read this message.',
248248

249249
INPUT_PLACEHOLDER_ACTIVE: 'Enter message',
250-
INPUT_PLACEHOLDER_DISABLED: 'Chat is unavailable in this channel',
251-
INPUT_PLACEHOLDER_MUTED: "You're muted",
250+
INPUT_PLACEHOLDER_DISABLED: 'Chat not available in this channel.',
251+
INPUT_PLACEHOLDER_MUTED: "You're muted by the operator.",
252252
INPUT_EDIT_OK: 'Save',
253253
INPUT_EDIT_CANCEL: 'Cancel',
254254

0 commit comments

Comments
 (0)