diff options
author | Krasimir Angelov <kangelov@gitlab.com> | 2019-07-02 18:56:48 +0000 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2019-07-02 18:56:48 +0000 |
commit | d745ff0431130a760a7a59899c26410dc887f77a (patch) | |
tree | 8f12c60eaad6a5eb897be9cd03d048e971218511 /locale/gitlab.pot | |
parent | 4b050fc283fcc0f703d219a54dab4a02f10e475d (diff) | |
download | gitlab-ce-d745ff0431130a760a7a59899c26410dc887f77a.tar.gz |
Add username to deploy tokens
This new attribute is optional and used when set instead of the default
format `gitlab+deploy-token-#{id}`.
Empty usernames will be saved as null in the database.
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/50228.
Diffstat (limited to 'locale/gitlab.pot')
-rw-r--r-- | locale/gitlab.pot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 60d4e199a9f..72324674bbc 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -3557,6 +3557,9 @@ msgstr "" msgid "DeployTokens|Created" msgstr "" +msgid "DeployTokens|Default format is \"gitlab+deploy-token-{n}\". Enter custom username if you want to change it." +msgstr "" + msgid "DeployTokens|Deploy Tokens" msgstr "" |