readme update

This commit is contained in:
Čarodej
2022-04-13 08:45:06 +02:00
parent b439fc1070
commit 6a4bfa8bfe
4 changed files with 126 additions and 110 deletions

View File

@@ -371,10 +371,8 @@ export default {
},
subscriptionTypeChange(type) {
events.$emit('confirm:open', {
title: this.$t(''),
message: this.$t(
'subscription_type_change_warn_description'
),
title: this.$t('subscription_type_change_warn'),
message: this.$t('subscription_type_change_warn_description'),
action: {
type: type,
operation: 'change-subscription-type',