Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
5f6f86b2
Commit
5f6f86b2
authored
2 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
contactsearchbar: replace label
Change-Id: Ib51a026cf5f31479d28a21f4cbc76396a44ae9b3 GitLab:
#985
parent
4ba64178
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/constant/JamiStrings.qml
+0
-1
0 additions, 1 deletion
src/app/constant/JamiStrings.qml
src/app/mainview/components/ContactSearchBar.qml
+1
-1
1 addition, 1 deletion
src/app/mainview/components/ContactSearchBar.qml
with
1 addition
and
2 deletions
src/app/constant/JamiStrings.qml
+
0
−
1
View file @
5f6f86b2
...
...
@@ -35,7 +35,6 @@ Item {
property
string
endCall
:
qsTr
(
"
End call
"
)
property
string
incomingAudioCallFrom
:
qsTr
(
"
Incoming audio call from {}
"
)
property
string
incomingVideoCallFrom
:
qsTr
(
"
Incoming video call from {}
"
)
property
string
contactSearchConversation
:
qsTr
(
"
Find users and conversations
"
)
property
string
startSwarm
:
qsTr
(
"
Start swarm
"
)
property
string
createSwarm
:
qsTr
(
"
Create swarm
"
)
property
string
showInvitations
:
qsTr
(
"
Show invitations
"
)
...
...
This diff is collapsed.
Click to expand it.
src/app/mainview/components/ContactSearchBar.qml
+
1
−
1
View file @
5f6f86b2
...
...
@@ -83,7 +83,7 @@ Rectangle {
selectByMouse
:
true
placeholderText
:
JamiStrings
.
contactSearchConversation
placeholderText
:
JamiStrings
.
search
placeholderTextColor
:
JamiTheme
.
placeholderTextColor
background
:
Rectangle
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment