Change headline for search user for new chat on chat page

This commit is contained in:
Wolfgang Huß 2023-07-19 17:59:20 +02:00
parent 4192612293
commit 20e6fb5122
3 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="add-chat-room-by-user-search"> <div class="add-chat-room-by-user-search">
<!-- Wolle --> <!-- Wolle -->
<h2 class="title">{{ $t('group.addUser') }}</h2> <h2 class="title">{{ $t('chat.addRoomHeadline') }}</h2>
<ds-space margin-bottom="small" /> <ds-space margin-bottom="small" />
<ds-space> <ds-space>
<select-user-search :id="id" ref="selectUserSearch" @select-user="selectUser" /> <select-user-search :id="id" ref="selectUserSearch" @select-user="selectUser" />

View File

@ -78,6 +78,7 @@
} }
}, },
"chat": { "chat": {
"addRoomHeadline": "Suche Nutzer für neuen Chat",
"cancelSelectMessage": "Abbrechen", "cancelSelectMessage": "Abbrechen",
"conversationStarted": "Unterhaltung startete am:", "conversationStarted": "Unterhaltung startete am:",
"isOnline": "online", "isOnline": "online",

View File

@ -78,6 +78,7 @@
} }
}, },
"chat": { "chat": {
"addRoomHeadline": "Search User for new Chat",
"cancelSelectMessage": "Cancel", "cancelSelectMessage": "Cancel",
"conversationStarted": "Conversation started on:", "conversationStarted": "Conversation started on:",
"isOnline": "is online", "isOnline": "is online",
@ -475,7 +476,7 @@
"addMemberToGroupSuccess": "“{name}” was added to the group with the role “{role}”!", "addMemberToGroupSuccess": "“{name}” was added to the group with the role “{role}”!",
"addUser": "Add User", "addUser": "Add User",
"addUserNoOptions": "No users found!", "addUserNoOptions": "No users found!",
"addUserPlaceholder": " Username", "addUserPlaceholder": " User name",
"allGroups": "All Groups", "allGroups": "All Groups",
"button": { "button": {
"tooltip": "Show groups" "tooltip": "Show groups"