mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
⚡ Minor i18n fixes (#2585)
* ⚡ Make subcategory render keys consistent * ⚡ Add missing or key * ⚡ Fix default text for multiple value button * ⚡ Simplify subcategory extraction
This commit is contained in:
@@ -65,8 +65,8 @@ export default mixins(genericHelpers)
|
||||
computed: {
|
||||
addButtonText (): string {
|
||||
if (
|
||||
!this.parameter.typeOptions &&
|
||||
!this.parameter.typeOptions.multipleValueButtonText
|
||||
!this.parameter.typeOptions ||
|
||||
(this.parameter.typeOptions && !this.parameter.typeOptions.multipleValueButtonText)
|
||||
) {
|
||||
return this.$locale.baseText('multipleParameter.addItem');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user