Skip to content

Commit

Permalink
chore(ui): Update TLS wording (#2012)
Browse files Browse the repository at this point in the history
The terms TLS and SSL are sometimes used interchangeably, but hopefully no one is actually using SSL anymore, so this should be called TLS.
  • Loading branch information
NKnusperer authored Feb 23, 2024
1 parent fe6e6cc commit 97296b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/options/connectivity/NTPConnectivity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ const NTPConnectivity = (): React.ReactElement => {
>
<Typography color="info">
Valetudo needs a synchronized clock for timers to work and the log timestamps to make sense.
Furthermore, the integrated updater may not work if the clock is set wrongly due to SSL
Furthermore, the integrated updater may not work if the clock is set wrongly due to TLS
certificates usually only being valid within a particular period of time.
</Typography>
</InfoBox>
Expand Down

0 comments on commit 97296b6

Please sign in to comment.