Add label to assets icons (#591)

* Add label to assets icons

* Add tooltip to asset icon
This commit is contained in:
sephrat
2021-06-23 19:45:04 +02:00
committed by GitHub
parent 4bc0333903
commit 1356043257
3 changed files with 55 additions and 26 deletions

View File

@@ -45,7 +45,7 @@ export default {
return {
public: this.$t("recipe.public-recipe"),
showNutrition: this.$t("recipe.show-nutrition-values"),
showAssets: this.$t("recipe.show-assets"),
showAssets: this.$t("asset.show-assets"),
landscapeView: this.$t("recipe.landscape-view-coming-soon"),
disableComments: this.$t("recipe.disable-comments"),
disableAmount: this.$t("recipe.disable-amount"),