From 05180f8132422bb0a1fd2ac095070ba7281c3e5f Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Tue, 12 Oct 2021 10:26:03 +0200 Subject: [PATCH] Rename "Dribbblish config" to "Dribbblish Settings" for consistency --- dribbblish.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dribbblish.js b/dribbblish.js index 401ec36..fd808fb 100644 --- a/dribbblish.js +++ b/dribbblish.js @@ -41,7 +41,7 @@ class ConfigMenu { constructor() { this.#config = {}; - this.configButton = new Spicetify.Menu.Item("Dribbblish config", false, () => DribbblishShared.config.open()); + this.configButton = new Spicetify.Menu.Item("Dribbblish Settings", false, () => DribbblishShared.config.open()); this.configButton.register(); const container = document.createElement("div");