[desktop] Rebrand desktop apps

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-05-23 14:06:39 +07:00
parent c4a5979966
commit 5cc244de6b
5 changed files with 13 additions and 13 deletions

View File

@@ -649,7 +649,7 @@ void MainWindow::OnUploadEditsMenuItem()
{
auto & editor = osm::Editor::Instance();
if (editor.HaveMapEditsOrNotesToUpload())
editor.UploadChanges(token, {{"created_by", "Organic Maps " OMIM_OS_NAME}});
editor.UploadChanges(token, {{"created_by", "CoMaps " OMIM_OS_NAME}});
}
}