diff options
Diffstat (limited to 'apps/user_status/src/services/statusOptionsService.js')
-rw-r--r-- | apps/user_status/src/services/statusOptionsService.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/user_status/src/services/statusOptionsService.js b/apps/user_status/src/services/statusOptionsService.js index 266f33230cd..15da11fd5d2 100644 --- a/apps/user_status/src/services/statusOptionsService.js +++ b/apps/user_status/src/services/statusOptionsService.js @@ -2,6 +2,7 @@ * @copyright Copyright (c) 2020 Georg Ehrke * * @author Georg Ehrke <oc.list@georgehrke.com> + * @author Jan C. Borchardt <hey@jancborchardt.net> * * @license GNU AGPL version 3 or any later version * @@ -19,6 +20,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ + import { translate as t } from '@nextcloud/l10n' /** |