fix: grammar, update command for dev mode

This commit is contained in:
Ed L
2022-09-10 20:22:43 +01:00
committed by Paul Makles
parent 709457e1a6
commit 6f521278ce
4 changed files with 24 additions and 20 deletions

View File

@@ -29,13 +29,13 @@ export const EXPERIMENTS: {
[key in Experiment]: { title: string; description: string };
} = {
dummy: {
title: "Dummy Experiment",
description: "This is a dummy experiment.",
title: "Placeholder Experiment",
description: "This is a placeholder experiment.",
},
offline_users: {
title: "Re-enable offline users in large servers (>10k members)",
description:
"If you can take the performance hit (for example, you're on desktop), you can re-enable offline users for big servers such as Revolt Lounge.",
"If you can take the performance hit - for example, if you're on desktop - you can re-enable offline users for big servers such as the Revolt Lounge.",
},
plugins: {
title: "Experimental Plugin API",
@@ -45,7 +45,7 @@ export const EXPERIMENTS: {
picker: {
title: "Custom Emoji",
description:
"This will enable a work-in-progress emoji picker, custom emoji settings and reaction picker.",
"This will enable a work-in-progress emoji picker, custom emoji settings and a reaction picker.",
},
};