Skip to content

Commit

Permalink
Use $gettext mock, Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Apr 28, 2022
1 parent 608cab8 commit e612378
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ import {
shareSpaceAddMemberHelp
} from '../../../../../helpers/contextualHelpers.js'
const $gettext = (str) => {
return str
}
export default {
name: 'InviteCollaboratorForm',
components: {
Expand All @@ -110,7 +114,7 @@ export default {
saveButtonLabel: {
type: String,
required: false,
default: () => this.$gettext('Share')
default: () => $gettext('Share')
}
},
Expand Down

0 comments on commit e612378

Please sign in to comment.