Skip to content

Commit ef48392

Browse files
committed
Removes unneeded string
1 parent c93d2c8 commit ef48392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/dashboard.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</v-card>
3737

3838
<v-card light color="grey">
39-
<v-card-text class="recipe-holder">LocalRecipeCompiler
39+
<v-card-text class="recipe-holder">
4040
<div class="text-xs-center" v-if="!dataLoaded">
4141
<v-progress-circular center :indeterminate="true" color="white" height="4"></v-progress-circular>
4242
</div>

0 commit comments

Comments
 (0)