Skip to content

Commit

Permalink
refactor(Action menus): rename to 'Add prices' in most cases. closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Jan 18, 2025
1 parent 7ed712d commit ef8fce2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/PriceAddLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ export default {
if (this.target === 'contribution-assistant') {
return this.$t('ContributionAssistant.OpenWithTheAssistant')
}
return this.$t('Common.AddPrice')
else if (this.target === 'prices-add-single') {
return this.$t('Common.AddPrice')
}
return this.$t('Common.AddPrices')
},
getUrl() {
if (this.proofId) {
Expand Down

0 comments on commit ef8fce2

Please sign in to comment.