Skip to content

Commit

Permalink
fix: save button text expanding outside of button (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy authored Jul 17, 2024
2 parents 4fcda36 + c81ddef commit 94f0dd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
class="ion-margin"
>
<ion-icon name="cloud-download" slot="start"></ion-icon>
{{ 'pages.recipeDetailsPopover.saveToMyRecipes' | translate }}
{{ 'pages.recipeDetails.saveToMyRecipes' | translate }}
</ion-button>

<ion-list-header>
Expand Down Expand Up @@ -72,7 +72,7 @@
class="ion-margin"
>
<ion-icon name="cloud-download" slot="start"></ion-icon>
{{ 'pages.recipeDetailsPopover.saveToMyRecipes' | translate }}
{{ 'pages.recipeDetails.saveToMyRecipes' | translate }}
</ion-button>
</div>

Expand All @@ -92,7 +92,7 @@
class="ion-margin"
>
<ion-icon name="cloud-download" slot="start"></ion-icon>
{{ 'pages.recipeDetailsPopover.registerOrLoginToSave' | translate }}
{{ 'pages.recipeDetails.registerOrLoginToSave' | translate }}
</ion-button>
</div>

Expand Down
6 changes: 2 additions & 4 deletions packages/frontend/src/assets/i18n/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@
"pages.recipeDetails.created": "Created",
"pages.recipeDetails.updated": "Last edited",
"pages.recipeDetails.inInbox": "This recipe is in your inbox, shared to you by another user.",
"pages.recipeDetails.saveToMyRecipes": "Save This Recipe to My Recipes",
"pages.recipeDetails.saveToMyRecipes": "Save to My Recipes",
"pages.recipeDetails.delete": "Delete",
"pages.recipeDetails.doesNotBelongToYou": "This recipe does not belong to you yet.",
"pages.recipeDetails.requiresAccountToSave": "Create an account or login to save this recipe to your collection.",
"pages.recipeDetails.registerOrLoginToSave": "Register/Login to Save This Recipe",
"pages.recipeDetails.registerOrLoginToSave": "Register/Login to Save",
"pages.recipeDetails.edit": "Edit",
"pages.recipeDetails.delete": "Delete",
"pages.recipeDetails.addToShoppingList": "Add to Shopping List",
Expand Down Expand Up @@ -213,8 +213,6 @@
"pages.recipeDetailsPopover.makeACopy": "Make a Copy",
"pages.recipeDetailsPopover.dangerZone": "Danger Zone",
"pages.recipeDetailsPopover.delete": "Delete Recipe",
"pages.recipeDetailsPopover.registerOrLoginToSave": "Register/Login",
"pages.recipeDetailsPopover.saveToMyRecipes": "Save to My Recipes",

"pages.rselectpopover.resetAll": "Reset All",
"pages.rselectpopover.done": "Done",
Expand Down

0 comments on commit 94f0dd5

Please sign in to comment.