diff --git a/themes/V3/5ePHB/snippets.js b/themes/V3/5ePHB/snippets.js index c1dad6b9e..5f6cf5c00 100644 --- a/themes/V3/5ePHB/snippets.js +++ b/themes/V3/5ePHB/snippets.js @@ -176,17 +176,17 @@ module.exports = [ experimental : true, subsnippets : [ { - name : '5e Dwarvish', + name : 'Dwarvish', icon : 'fac davek', gen : scriptGen.dwarvish, }, { - name : '5e Elvish', + name : 'Elvish', icon : 'fac rellanic', gen : scriptGen.elvish, }, { - name : '5e Draconic', + name : 'Draconic', icon : 'fac iokharic', gen : scriptGen.draconic, },