Skip to content

Commit

Permalink
minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Jun 14, 2024
1 parent 3762336 commit b4fd046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rootfs/etc/s6-overlay/scripts/70-set-strings
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source /scripts/common

"${s6wrap[@]}" echo "[INFO] Loading Vessel and Status Descriptions"

LANGUAGE="${LANGUAGE:-en_us}"
LANGUAGE="${LANGUAGE:-en_US}"

[[ -z "${VESSELDBFILE}" ]] && VESSELDBFILE="/data/vessel.db" || true

Expand Down
2 changes: 1 addition & 1 deletion rootfs/opt/data/masto-l10n-en_US.db
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MASTO_TERM[SHIP]="Ship"
MASTO_TERM[NEW]="#NEW #FIRST Observation"
MASTO_TERM[ONTHEMOVE]="#OnTheMove"
MASTO_TERM[MOVING]="on the move"
MASTO_TERM[SHIPNAME]="Name"
MASTO_TERM[SHIPNAME]="Vessel Name"
MASTO_TERM[CALLSIGN]="Callsign"
MASTO_TERM[SHIPTYPE]="Type"
MASTO_TERM[FLAG]="Flag"
Expand Down

0 comments on commit b4fd046

Please sign in to comment.