Commit 3740b01e authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Paul Slaughter

Externalize i18n strings from ./app/views/shared/_personal_access_tokens_table.html.haml

https://gitlab.com/gitlab-org/gitlab/-/merge_requests/32116
parent 1c45e75d
......@@ -27,7 +27,7 @@
%td
- if token.expires?
%span{ class: ('text-warning' if token.expires_soon?) }
In #{distance_of_time_in_words_to_now(token.expires_at)}
= _('In %{time_to_now}') % { time_to_now: distance_of_time_in_words_to_now(token.expires_at) }
- else
%span.token-never-expires-label= _('Never')
%td= token.scopes.present? ? token.scopes.join(', ') : _('<no scopes selected>')
......
---
title: Externalize i18n strings from ./app/views/shared/_personal_access_tokens_table.html.haml
merge_request: 32116
author: Gilang Gumilar
type: changed
......@@ -11511,6 +11511,9 @@ msgstr ""
msgid "Improve search with Advanced Global Search and GitLab Enterprise Edition."
msgstr ""
msgid "In %{time_to_now}"
msgstr ""
msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment