Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-client-qt
Commits
469a45bb
Commit
469a45bb
authored
May 17, 2022
by
Sébastien Blin
Browse files
misc: replace Group's name by Swarm's name
Change-Id: I3e006bd1c9eceb2fafd8a04c9a9cf2a9ad2a0433
parent
cd027db5
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/constant/JamiStrings.qml
View file @
469a45bb
...
...
@@ -622,7 +622,7 @@ Item {
property
string
members
:
qsTr
(
"
%1 Members
"
)
property
string
member
:
qsTr
(
"
Member
"
)
property
string
documents
:
qsTr
(
"
Documents
"
)
property
string
group
Name
:
qsTr
(
"
Group
's name
"
)
property
string
swarm
Name
:
qsTr
(
"
Swarm
's name
"
)
property
string
addADescription
:
qsTr
(
"
Add a description
"
)
property
string
ignoreTheSwarm
:
qsTr
(
"
Ignore the swarm
"
)
...
...
src/mainview/components/NewSwarmPage.qml
View file @
469a45bb
...
...
@@ -128,8 +128,8 @@ Rectangle {
horizontalAlignment
:
editable
?
Text
.
AlignLeft
:
Text
.
AlignHCenter
verticalAlignment
:
Text
.
AlignVCenter
placeholderText
:
JamiStrings
.
group
Name
tooltipText
:
JamiStrings
.
group
Name
placeholderText
:
JamiStrings
.
swarm
Name
tooltipText
:
JamiStrings
.
swarm
Name
backgroundColor
:
root
.
color
color
:
UtilsAdapter
.
luma
(
backgroundColor
)
?
JamiTheme
.
chatviewTextColorLight
:
...
...
src/mainview/components/SwarmDetailsPanel.qml
View file @
469a45bb
...
...
@@ -68,7 +68,7 @@ Rectangle {
verticalAlignment
:
Text
.
AlignVCenter
text
:
CurrentConversation
.
title
placeholderText
:
JamiStrings
.
group
Name
placeholderText
:
JamiStrings
.
swarm
Name
placeholderTextColor
:
{
if
(
editable
)
{
if
(
UtilsAdapter
.
luma
(
root
.
color
))
{
...
...
@@ -84,7 +84,7 @@ Rectangle {
}
}
}
tooltipText
:
JamiStrings
.
group
Name
tooltipText
:
JamiStrings
.
swarm
Name
backgroundColor
:
root
.
color
color
:
UtilsAdapter
.
luma
(
backgroundColor
)
?
JamiTheme
.
chatviewTextColorLight
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment