Commit 530caf6b authored by Mark Florian's avatar Mark Florian

Merge branch 'geo-check-run-fix' into 'master'

Geo Admin Area: fix some text

See merge request gitlab-org/gitlab!68588
parents 873ee852 7841a215
...@@ -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'),
}, },
......
...@@ -19597,9 +19597,6 @@ msgstr "" ...@@ -19597,9 +19597,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 ""
...@@ -19618,6 +19615,9 @@ msgstr "" ...@@ -19618,6 +19615,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