Change reset wording

This commit is contained in:
henryruhs
2024-01-29 23:42:45 +01:00
parent 478ee2632a
commit 54df450c3e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ module.exports = async kernel =>
},
{
icon: 'fa-regular fa-circle-xmark',
text: 'Factory reset',
text: 'Reset',
href: 'reset.js',
params:
{
+1 -1
View File
@@ -38,7 +38,7 @@ module.exports = () =>
method: 'local.set',
params:
{
url: '{{input.stdout.match(/(http:\\S+)/gi)[0]}}'
url: '{{input.stdout.match(/(http:\\S+)/gi)[0]}}'
}
},
{