mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #6439 from overleaf/ta-github-sync-workflow-error
Handle Error Caused by Missing Workflow Scope GitOrigin-RevId: 7f5e6f8c0469d5ce85755e27afdc370b86b7c0b3
This commit is contained in:
parent
215725e0a7
commit
189bc52082
2 changed files with 6 additions and 0 deletions
|
@ -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": "",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue