mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Change headline for search user for new chat on chat page
This commit is contained in:
parent
4192612293
commit
20e6fb5122
@ -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" />
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user