We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e03cb commit f334139Copy full SHA for f334139
1 file changed
apps/settings/src/components/AppList.vue
@@ -33,6 +33,9 @@
33
{{ t('settings', 'Update all') }}
34
</button>
35
</div>
36
+ <div v-if="!showUpdateAll" class="counter">
37
+ {{ t('settings', 'All apps are up-to-date.', {counter}) }}
38
+ </div>
39
<transition-group name="app-list" tag="div" class="apps-list-container">
40
<AppItem v-for="app in apps"
41
:key="app.id"
0 commit comments