From f33eb43ea514f470bf47ca03e3975f7cc9861e96 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 29 Mar 2023 13:35:10 -0700 Subject: [PATCH] typo --- locales/en-US.yml | 2 +- packages/client/src/pages/admin/database.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index e6650da39..bf02155fd 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -939,7 +939,7 @@ moveFromDescription: "This will set an alias of your old account so that you can migrationConfirm: "Are you absolutely sure you want to migrate your acccount to {account}? Once you do this, you won't be able to reverse it, and you won't be able to use your account normally again.\nAlso, please ensure that you've set this current account as the account you're moving from." defaultReaction: "Default emoji reaction for outgoing and incoming posts" license: "License" -indexPost: "Index posts" +indexPosts: "Index posts" indexFrom: "Index from Post ID onwards (leave blank to index every post)" indexNotice: "Now indexing. This will probably take a while, please don't restart your server for at least an hour." diff --git a/packages/client/src/pages/admin/database.vue b/packages/client/src/pages/admin/database.vue index 25221a0c0..fc4800894 100644 --- a/packages/client/src/pages/admin/database.vue +++ b/packages/client/src/pages/admin/database.vue @@ -1,7 +1,7 @@