diff options
author | Kwonunn <kwonunnx@gmail.com> | 2024-10-25 16:05:23 +0200 |
---|---|---|
committer | Kwonunn <kwonunnx@gmail.com> | 2024-11-14 09:47:49 +0100 |
commit | f9169eac96fbbaf9999ecde560afedfaefd8c064 (patch) | |
tree | ab3f680b179d90fb8e14ac06503df530bad5bd5f /options | |
parent | reword the no-workflows page (diff) | |
download | forgejo-f9169eac96fbbaf9999ecde560afedfaefd8c064.tar.xz forgejo-f9169eac96fbbaf9999ecde560afedfaefd8c064.zip |
re-add the string for read-only viewers
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 318c24489a..4423832d2a 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3837,7 +3837,8 @@ runs.actors_no_select = All actors runs.status_no_select = All status runs.no_results = No results matched. runs.no_workflows = There are no workflows yet. -runs.no_workflows.quick_start = Don't know how to start with Forgejo Actions? Check out the <a target="_blank" rel="noopener noreferrer" href="%s">quick start in the user documentation</a> to write your first workflow, then <a target="_blank" rel="noopener noreferrer" href="%s">set up a Forgejo runner</a> which executes your jobs. +runs.no_workflows.help_write_access = Don't know how to start with Forgejo Actions? Check out the <a target="_blank" rel="noopener noreferrer" href="%s">quick start in the user documentation</a> to write your first workflow, then <a target="_blank" rel="noopener noreferrer" href="%s">set up a Forgejo runner</a> to execute your jobs. +runs.no_workflows.help_no_write_access = To learn about Forgejo Actions, see <a target="_blank" rel="noopener noreferrer" href="%s">the documentation</a>. runs.no_runs = The workflow has no runs yet. runs.empty_commit_message = (empty commit message) runs.expire_log_message = Logs have been purged because they were too old. |