From 221b5c575b5df4d817080da7ce3d2dcbd00f1eec Mon Sep 17 00:00:00 2001 From: Domagoj Kriskovic Date: Fri, 4 Apr 2025 12:30:44 +0200 Subject: [PATCH] Add review access notification in Git bridge modal (#24623) GitOrigin-RevId: e9efc2f036445f610f2c1aa60a882faf09d2067f --- services/web/frontend/extracted-translations.json | 1 + services/web/locales/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 89061439bf..53330a94ec 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -612,6 +612,7 @@ "git_bridge_modal_git_clone_your_project": "", "git_bridge_modal_learn_more_about_authentication_tokens": "", "git_bridge_modal_read_only": "", + "git_bridge_modal_review_access": "", "git_bridge_modal_see_once": "", "git_bridge_modal_use_previous_token": "", "git_integration": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 229838179d..7c40508cd3 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -815,6 +815,7 @@ "git_bridge_modal_git_clone_your_project": "Git clone your project by using the link below and a Git authentication token", "git_bridge_modal_learn_more_about_authentication_tokens": "Learn more about Git integration authentication tokens.", "git_bridge_modal_read_only": "You have read-only access to this project. This means you can pull from __appName__ but you can’t push any changes you make back to this project.", + "git_bridge_modal_review_access": "<0>You have review access to this project. This means you can pull from __appName__ but you can’t push any changes you make back to this project.", "git_bridge_modal_see_once": "You’ll only see this token once. To delete it or generate a new one, visit Account Settings. For detailed instructions and troubleshooting, read our <0>help page.", "git_bridge_modal_use_previous_token": "If you’re prompted for a password, you can use a previously generated Git authentication token. Or you can generate a new one in Account Settings. For more support, read our <0>help page.", "git_gitHub_dropbox_mendeley_papers_and_zotero_integrations": "Git, GitHub, Dropbox, Mendeley, Papers, and Zotero integrations",