Missing underscore in action

This commit is contained in:
MattIPv4 2020-12-16 16:12:59 +00:00
parent 9ad9eab5ad
commit c6a112d58d
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ THE SOFTWARE.
// Analytics
const pack = data.computed.match(/^([a-z]+)([A-Z]*)$/).slice(1)
.map(x => x.toLowerCase()).filter(x => !!x).join('_');
analytics(`set_language${pack}`, 'Language');
analytics(`set_language_${pack}`, 'Language');
},
deep: true,
},