ctucx.git: trainsearch

web based trip-planner, fork of https://cyberchaos.dev/yuka/trainsearch

commit 00855ae296898fce39afb663f6c8007933189047
parent f0aaad39fb37153fb1dc141e668992ae86f5bad9
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 22 Jan 2025 10:05:55 +0100

settingsView: fix translations for data-source
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/settingsView.js b/src/settingsView.js
@@ -23,7 +23,7 @@ const settingsTemplate = () => html`
 		</div>
 
 		<div class="row">
-			<label for="profile">${t('endpoint')}:</label>
+			<label for="profile">${t('datasource')}:</label>
 			<select id="profile">
 				<option value="db"    ?selected=${settings.profile === 'db'}>DB</option>
 				<option value="nahsh" ?selected=${settings.profile === 'nahsh'}>NAH.SH (${t("experimental")})</option>