diff --git a/src/components/Menu/entries.js b/src/components/Menu/entries.js
index 4b90f1abd43..f65b8ea94c1 100644
--- a/src/components/Menu/entries.js
+++ b/src/components/Menu/entries.js
@@ -42,6 +42,7 @@ import ActionAttachmentUpload from './ActionAttachmentUpload.vue'
import ActionInsertLink from './ActionInsertLink.vue'
import { MODIFIERS } from './keys.js'
+import { isMobileDevice } from '../../helpers/isMobileDevice.js'
export const OutlineEntries = [{
key: 'outline',
@@ -70,8 +71,6 @@ export const ReadOnlyDoneEntries = [{
click: ({ $readOnlyActions }) => $readOnlyActions.toggle(),
}]
-const isMobileDevice = /Android|iPhone|iPad|iPod/i.test(navigator.userAgent)
-
export const MenuEntries = [
{
key: 'undo',
diff --git a/src/components/SuggestionsBar.vue b/src/components/SuggestionsBar.vue
index 0bf4e9771cc..f1da0ef59bb 100644
--- a/src/components/SuggestionsBar.vue
+++ b/src/components/SuggestionsBar.vue
@@ -4,56 +4,50 @@
-->
-
-
-
-
-
-
+
+
+
+
+
+
{{ t('text', 'Link to file or folder') }}
-
-
-
-
-
-
-
-
+
+
+
+
+
+
{{ t('text', 'Upload') }}
-
-
-
-
-
-
-
-
+
+
+
+
+
+
{{ t('text', 'Insert Table') }}
-
-
-
-
-
-
-
-
+
+
+
+
+
+
{{ t('text', 'Smart Picker') }}
-
-
-
+
+
+