mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 21:28:27 +02:00
Update translations
This commit is contained in:
@@ -400,7 +400,7 @@ export class ControllerCustomizationsManagerDialog extends BaseProfileManagerDia
|
||||
|
||||
const fragment = document.createDocumentFragment();
|
||||
if (showNote) {
|
||||
const $note = CE('div', { class: 'bx-settings-dialog-note' }, 'ⓘ ' + t('slightly-increases-input-latency'));
|
||||
const $note = CE('div', { class: 'bx-settings-dialog-note' }, 'ⓘ ' + t('controller-customization-input-latency-note'));
|
||||
fragment.appendChild($note);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user