We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ae2552 + 2c34582 commit 0ff7f80Copy full SHA for 0ff7f80
src/main.ts
@@ -159,7 +159,7 @@ const menuAction = new FileAction({
159
const lock = getLockStateFromAttributes(node)
160
161
if (lock?.lockOwnerType === LockType.Token) {
162
- const dialog = getDialogBuilder('Unlock file manually')
+ const dialog = getDialogBuilder(t('files_lock', 'files_lock', 'Unlock file manually'))
163
.setText(t('files_lock', 'This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file.'))
164
.setSeverity('warning')
165
.addButton({
0 commit comments