1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 06:14:04 +00:00

Correct prefrences typos into preferences

This commit is contained in:
2023-05-31 18:24:54 +02:00
parent e7ff075744
commit b29502e3cc
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
connectionManager.createHost();
}
EventsOn('OpenPrefrences', () => settingsModalOpen = true);
EventsOn('OpenPreferences', () => settingsModalOpen = true);
EventsOn('OpenAboutModal', () => aboutModalOpen = true);
</script>

View File

@ -7,7 +7,7 @@
export let show = false;
</script>
<Modal title="Prefrences" bind:show>
<Modal title="Preferences" bind:show>
<div class="prefs">
<label for="defaultLimit">Initial number of items to retrieve using one query (limit):</label>
<label class="field">