mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
Fix 'recipe effected' typo
This commit is contained in:
parent
9f361ba10f
commit
6d5d3944c3
3 changed files with 3 additions and 3 deletions
|
@ -294,7 +294,7 @@
|
||||||
"bulk-assign": "Bulk Assign",
|
"bulk-assign": "Bulk Assign",
|
||||||
"new-name": "New Name",
|
"new-name": "New Name",
|
||||||
"no-unused-items": "No Unused Items",
|
"no-unused-items": "No Unused Items",
|
||||||
"recipes-effected": "Recipes Effected",
|
"recipes-affected": "No Recipes Affected|One Recipe Affected|{count} Recipes Affected",
|
||||||
"remove-unused": "Remove Unused",
|
"remove-unused": "Remove Unused",
|
||||||
"title-case-all": "Title Case All",
|
"title-case-all": "Title Case All",
|
||||||
"toolbox": "Toolbox"
|
"toolbox": "Toolbox"
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
<v-card-title class="headline"> </v-card-title>
|
<v-card-title class="headline"> </v-card-title>
|
||||||
<CardSection
|
<CardSection
|
||||||
class="px-2 pb-2"
|
class="px-2 pb-2"
|
||||||
:title="`${results.length || 0} Recipes Effected`"
|
:title="$tc('settings.toolbox.recipes-affected', results.length || 0)"
|
||||||
:mobile-cards="true"
|
:mobile-cards="true"
|
||||||
:recipes="results"
|
:recipes="results"
|
||||||
:single-column="true"
|
:single-column="true"
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<template slot="below-actions">
|
<template slot="below-actions">
|
||||||
<v-card-title class="headline">
|
<v-card-title class="headline">
|
||||||
{{ renameTarget.recipes.length || 0 }}
|
{{ renameTarget.recipes.length || 0 }}
|
||||||
{{ $t("settings.toolbox.recipes-effected") }}
|
{{ $t("settings.toolbox.recipes-affected") }}
|
||||||
</v-card-title>
|
</v-card-title>
|
||||||
<MobileRecipeCard
|
<MobileRecipeCard
|
||||||
class="ml-2 mr-2 mt-2 mb-2"
|
class="ml-2 mr-2 mt-2 mb-2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue