Commit a6585cac authored by mfluharty's avatar mfluharty

Add localization for 'API' in triggerer column

parent 5e1e9eb2
...@@ -28,6 +28,8 @@ export default { ...@@ -28,6 +28,8 @@ export default {
:tooltip-text="user.name" :tooltip-text="user.name"
class="prepend-left-default js-pipeline-url-user" class="prepend-left-default js-pipeline-url-user"
/> />
<span v-else class="prepend-left-default js-pipeline-url-api api"> API </span> <span v-else class="prepend-left-default js-pipeline-url-api api">
{{ s__('Pipelines|API') }}
</span>
</div> </div>
</template> </template>
...@@ -6574,6 +6574,9 @@ msgstr "" ...@@ -6574,6 +6574,9 @@ msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated." msgid "Pipelines settings for '%{project_name}' were successfully updated."
msgstr "" msgstr ""
msgid "Pipelines|API"
msgstr ""
msgid "Pipelines|Build with confidence" msgid "Pipelines|Build with confidence"
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