diff --git a/src/components/Status/index.vue b/src/components/Status/index.vue index c2039b57..f2b071c2 100644 --- a/src/components/Status/index.vue +++ b/src/components/Status/index.vue @@ -104,7 +104,7 @@ diff --git a/src/lang/en.js b/src/lang/en.js index 291bbde3..2ef9a89c 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -254,7 +254,8 @@ export default { direct: 'Direct', private: 'Private', public: 'Public', - unlisted: 'Unlisted' + unlisted: 'Unlisted', + openStatusInInstance: 'Open status in instance' }, userProfile: { tags: 'Tags', @@ -270,6 +271,7 @@ export default { status: 'Status', deactivated: 'Deactivated', noStatuses: 'No statuses to show', + openAccountInInstance: 'Open account in instance', securitySettings: { email: 'Email', password: 'Password', diff --git a/src/views/reports/components/Report.vue b/src/views/reports/components/Report.vue index cd938c91..4db70a6d 100644 --- a/src/views/reports/components/Report.vue +++ b/src/views/reports/components/Report.vue @@ -27,23 +27,28 @@ -
- + +
@@ -51,25 +56,30 @@ {{ report.content }}
-
- + + -
+
@@ -192,14 +202,22 @@ export default {