Skip to content

Commit

Permalink
Update cloud_transfer_dialog.py
Browse files Browse the repository at this point in the history
Correction of a typo discovered during translation
  • Loading branch information
ValPinnaSardinia authored Mar 8, 2022
1 parent 924191e commit e84cacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qfieldsync/gui/cloud_transfer_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def prepare_project_transfer(self):
else:
self.show_end_page(
self.tr(
"This cloud project currently has no file stored either locally on on the server."
"This cloud project currently has no file stored either locally or on the server."
)
)
# if the cloud project being synchronize matches the currently open project, don't offer to open
Expand Down

0 comments on commit e84cacc

Please sign in to comment.