Skip to content

Commit

Permalink
Remove default title
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Jun 15, 2022
1 parent 5a87e80 commit c3e1207
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions l10n/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ msgstr ""
msgid "items"
msgstr ""

msgid "Loading"
msgstr ""

msgid "Message limit of {count} characters reached"
msgstr ""

Expand Down
4 changes: 1 addition & 3 deletions src/components/LoadingIcon/LoadingIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
</template>

<script>
import { t } from '../../l10n.js'
import Loading from 'vue-material-design-icons/Loading'
export default {
Expand Down Expand Up @@ -63,7 +61,7 @@ export default {
*/
title: {
type: String,
default: t('Loading'),
default: '',
},
},
}
Expand Down

0 comments on commit c3e1207

Please sign in to comment.