From 189bc52082b3d7cb4005b77ff145cda96aac65b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Alby?= Date: Wed, 2 Feb 2022 11:23:38 +0100 Subject: [PATCH] Merge pull request #6439 from overleaf/ta-github-sync-workflow-error Handle Error Caused by Missing Workflow Scope GitOrigin-RevId: 7f5e6f8c0469d5ce85755e27afdc370b86b7c0b3 --- services/web/frontend/extracted-translations.json | 3 +++ services/web/locales/en.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 3a001bdd4f..2bea60d82f 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -121,6 +121,9 @@ "github_timeout_error": "", "github_too_many_files_error": "", "github_validation_check": "", + "github_workflow_authorize": "", + "github_workflow_files_delete_github_repo": "", + "github_workflow_files_error": "", "give_feedback": "", "go_next_page": "", "go_page": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index a8fc8be990..90e9fb0282 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -10,6 +10,9 @@ "logs_pane_info_message": "We are testing a new logs pane", "logs_pane_info_message_popup": "We are testing a new logs pane. Click here to give feedback.", "github_symlink_error": "Your GitHub repository contains symbolic link files, which are not currently supported by Overleaf. Please remove these and try again.", + "github_workflow_files_error": "The __appName__ GitHub sync service couldn’t sync Github Workflow files (in .github/workflows/). Please authorize __appName__ to edit your GitHub workflow files and try again.", + "github_workflow_authorize": "Authorize GitHub Workflow files", + "github_workflow_files_delete_github_repo": "The repository has been created on Github but linking was unsuccessful. You will have to delete GitHub repository or choose a new name.", "address_line_1": "Address", "address_line_2": "Address (line 2, optional)", "postal_code": "Postal Code",