Skip to content

Commit

Permalink
Update qfieldsync/gui/cloud_projects_dialog.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Kuhn <[email protected]>
  • Loading branch information
SeqLaz and m-kuhn authored Sep 4, 2024
1 parent 791d008 commit b9b44ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qfieldsync/gui/cloud_projects_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ def show_projects(self) -> None:
if len(self.network_manager.projects_cache.projects) == 0:
self.set_feedback(
self.tr(
"You don't have any projects, create some by clicking the button in the bottom bar."
"You don't have any projects, create your first one by clicking the button in the bottom bar."
),
Qt.blue,
)
Expand Down

0 comments on commit b9b44ec

Please sign in to comment.