Commit 6ed2561a authored by Fernando's avatar Fernando

Fix failing pipeline

* Remove duplicate total size markup
* Update snapshots
* Update translations
parent ed47410b
......@@ -35,8 +35,6 @@ export default {
class="gl-h-11 gl-bg-gray-10 gl-display-flex gl-justify-content-space-between gl-align-items-center"
>
<div class="gl-ml-5">
{{ this.$options.i18n.totalSize }}
<gl-sprintf :message="$options.i18n.totalSize">
<template #totalSize>
<span class="gl-font-weight-bold">{{ formattedFileSize }}</span>
......
......@@ -7,10 +7,6 @@ exports[`Corpus Upload component renders header 1`] = `
<div
class="gl-ml-5"
>
Total Size: %{totalSize}
<gl-sprintf-stub
message="Total Size: %{totalSize}"
/>
......
......@@ -8608,7 +8608,7 @@ msgstr ""
msgid "CorpusManagement|New corpus"
msgstr ""
msgid "CorpusManagement|Total Size:"
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
msgid "Could not add admins as members"
......
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