Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd0437fb authored by Ronak's avatar Ronak
Browse files

added translate declaration

parent c2d0152d
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -100,6 +100,7 @@ import SettingsSection from '@nextcloud/vue/dist/Components/SettingsSection.js'
import Axios from '@nextcloud/axios'
import { generateUrl } from '@nextcloud/router'
import { showSuccess, showError } from '@nextcloud/dialogs'
import { translate as t } from '@nextcloud/l10n'

export default {
	name: 'BecomeBetaUser',
@@ -126,6 +127,7 @@ export default {
			return (this.description === '' || this.title === '')
		},
	},

	methods: {
		async becomeBetaUser() {
			try {