diff --git a/CHANGELOG.md b/CHANGELOG.md index b4dc453146b350ef44b5d6469fb12a2449ef5276..b3c1052c7ffec27b383ade790f64037cdbfb4bf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Crash when parsing tuples in Settings +- The Service account type has been renamed to Bot so it's consistent with the termoniology used by most fediverse software. ## [2.4.0] - 2021-08-01 diff --git a/src/lang/en.js b/src/lang/en.js index 033348f43b2167c2d1b40f5dedd5f2d53b27b09c..e71ba52bd4b7a46fa8a7eae022245a2d0244e9f5 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -283,7 +283,7 @@ export default { passwordResetTokenGenerated: 'Password reset token was generated:', linkToResetPassword: 'You can also use this link to reset password:', registrationReason: 'Registration Reason', - service: 'Service', + bot: 'Bot', person: 'Person', enableTagPolicy: 'Enable MRF TagPolicy to manage user tags', confirmEnablingTagPolicy: 'Are you sure you want to add TagPolicy to the list of enabled MRF policies?', diff --git a/src/views/users/components/ModerationDropdown.vue b/src/views/users/components/ModerationDropdown.vue index 57023192af255e3756cc729d129c2e6be6af4a1b..ea2e61d06fcb9fe2a8458b48129d80426486ad6a 100644 --- a/src/views/users/components/ModerationDropdown.vue +++ b/src/views/users/components/ModerationDropdown.vue @@ -19,7 +19,7 @@ - +