From 3b86c486b539d535e4982e12d3026aa836d13a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Soucaze?= Date: Fri, 25 Sep 2015 17:28:14 +0200 Subject: [PATCH] Change the Font Awesome icon The "language" icon is better and more specific by default than the "globe" icon, which can be used on many non-language extensions. --- extensions/lang-english/flarum.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/lang-english/flarum.json b/extensions/lang-english/flarum.json index 68c088ff1..ba6fddadb 100644 --- a/extensions/lang-english/flarum.json +++ b/extensions/lang-english/flarum.json @@ -19,7 +19,7 @@ "issues": "https://github.com/flarum/core/issues" }, "icon": { - "name": "globe", + "name": "language", "backgroundColor": "#eee", "color": "#000" }