Skip to content

Commit

Permalink
renaming message
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Sep 23, 2024
1 parent a04766d commit 5704bbc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/qml/account/MMAcceptInvitationPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ MMPage {

image: __style.positiveMMSymbolImage
title: qsTr("You have been invited to a workspace")
description: qsTr("It is better to work together, join the workspace and explore the app!")
description: qsTr("Join the workspace and explore together!")
}

MMText {
Expand Down
2 changes: 1 addition & 1 deletion app/qml/account/MMCreateWorkspacePage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ MMPage {
// hide the bubble on small screens
visible: root.height + scrollBarBottomSpacer.height - dynamicContent.height - root.pageHeader.height - 2 * height > 0

title: qsTr( "Tip from us" )
title: qsTr( "A tip from us" )
description: qsTr( "A good candidate for a workspace name is the name of your team or organisation" )

imageSource: __style.bubbleImage
Expand Down
2 changes: 1 addition & 1 deletion app/qml/project/MMProjectList.qml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Item {
}

image: __style.positiveMMSymbolImage
title: qsTr( "Get started with the app")
title: qsTr( "Let's get started")
description: qsTr( "First step is to create your brand new project." )
}

Expand Down
2 changes: 1 addition & 1 deletion app/qml/settings/MMAboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MMPage {

signal visitWebsiteClicked()

pageHeader.title: qsTr( "About the App" )
pageHeader.title: qsTr( "About" )

pageContent: ScrollView {

Expand Down
2 changes: 1 addition & 1 deletion gallery/qml/pages/MiscPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ ScrollView {

MMInfoBox {
width: page.width - 64
title: "Tip from us"
title: "A tip from us"
description: "A good candidate for a workspace name is the name of your team or organisation"
imageSource: __style.bubbleImage
}
Expand Down

1 comment on commit 5704bbc

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.9.660711 just submitted!

Please sign in to comment.