Commit 7841a215 authored by Valery Sizov's avatar Valery Sizov

Geo SSF: fix texting in admin area

Changelog: changed
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68588
EE: true
parent 4ba24381
...@@ -59,7 +59,7 @@ export default { ...@@ -59,7 +59,7 @@ export default {
defaultText: __('Not Implemented'), defaultText: __('Not Implemented'),
}, },
{ {
label: __('Last repository check run'), label: __('Last time checked'),
dateString: this.lastChecked, dateString: this.lastChecked,
defaultText: __('Not Implemented'), defaultText: __('Not Implemented'),
}, },
......
...@@ -19573,9 +19573,6 @@ msgstr "" ...@@ -19573,9 +19573,6 @@ msgstr ""
msgid "Last repository check (%{last_check_timestamp}) failed. See the 'repocheck.log' file for error messages." msgid "Last repository check (%{last_check_timestamp}) failed. See the 'repocheck.log' file for error messages."
msgstr "" msgstr ""
msgid "Last repository check run"
msgstr ""
msgid "Last seen" msgid "Last seen"
msgstr "" msgstr ""
...@@ -19594,6 +19591,9 @@ msgstr "" ...@@ -19594,6 +19591,9 @@ msgstr ""
msgid "Last successful update" msgid "Last successful update"
msgstr "" msgstr ""
msgid "Last time checked"
msgstr ""
msgid "Last time verified" msgid "Last time verified"
msgstr "" 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