Commit a15389b4 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'fix-ee-missing-alt' into 'master'

Fixes missing alt attribute

See merge request gitlab-org/gitlab-ee!14927
parents 07243630 4434273c
...@@ -10,7 +10,9 @@ export default { ...@@ -10,7 +10,9 @@ export default {
<template> <template>
<div class="multi-file-commit-panel-success-message" aria-live="assertive"> <div class="multi-file-commit-panel-success-message" aria-live="assertive">
<div class="svg-content svg-80"><img :src="committedStateSvgPath" /></div> <div class="svg-content svg-80">
<img :src="committedStateSvgPath" :alt="s__('IDE|Successful commit')" />
</div>
<div class="append-right-default prepend-left-default"> <div class="append-right-default prepend-left-default">
<div class="text-content text-center"> <div class="text-content text-center">
<h4>{{ __('All changes are committed') }}</h4> <h4>{{ __('All changes are committed') }}</h4>
......
...@@ -7498,6 +7498,9 @@ msgstr "" ...@@ -7498,6 +7498,9 @@ msgstr ""
msgid "IDE|Review" msgid "IDE|Review"
msgstr "" msgstr ""
msgid "IDE|Successful commit"
msgstr ""
msgid "IP Address" msgid "IP Address"
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