shorter message update

This commit is contained in:
FTCHD
2026-02-03 00:40:31 +07:00
parent add6168173
commit 4f4b08affb
+2 -5
View File
@@ -101,15 +101,12 @@ async function buildMenu() {
id: 'issues',
text: 'Issues?',
action: async () => {
const confirmed = await ask(
'Please open an issue on Github and we will get it sorted in less than 48 hours, no matter if you have a license or not.',
{
const confirmed = await ask(`Please open an issue on Github and we'll get it sorted.`, {
title: 'Sorry ):',
kind: 'info',
okLabel: 'Open Github',
cancelLabel: 'Cancel',
}
)
})
if (confirmed) {
await openUrl('https://github.com/rclone-ui/rclone-ui/issues')
}