mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +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>
|
||||
<div class="add-chat-room-by-user-search">
|
||||
<!-- Wolle -->
|
||||
<h2 class="title">{{ $t('group.addUser') }}</h2>
|
||||
<h2 class="title">{{ $t('chat.addRoomHeadline') }}</h2>
|
||||
<ds-space margin-bottom="small" />
|
||||
<ds-space>
|
||||
<select-user-search :id="id" ref="selectUserSearch" @select-user="selectUser" />
|
||||
|
||||
@ -78,6 +78,7 @@
|
||||
}
|
||||
},
|
||||
"chat": {
|
||||
"addRoomHeadline": "Suche Nutzer für neuen Chat",
|
||||
"cancelSelectMessage": "Abbrechen",
|
||||
"conversationStarted": "Unterhaltung startete am:",
|
||||
"isOnline": "online",
|
||||
|
||||
@ -78,6 +78,7 @@
|
||||
}
|
||||
},
|
||||
"chat": {
|
||||
"addRoomHeadline": "Search User for new Chat",
|
||||
"cancelSelectMessage": "Cancel",
|
||||
"conversationStarted": "Conversation started on:",
|
||||
"isOnline": "is online",
|
||||
@ -475,7 +476,7 @@
|
||||
"addMemberToGroupSuccess": "“{name}” was added to the group with the role “{role}”!",
|
||||
"addUser": "Add User",
|
||||
"addUserNoOptions": "No users found!",
|
||||
"addUserPlaceholder": " Username",
|
||||
"addUserPlaceholder": " User name",
|
||||
"allGroups": "All Groups",
|
||||
"button": {
|
||||
"tooltip": "Show groups"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user