webui: Replace Ntp with NTP in Apps menu (#5791)

This commit is contained in:
rockyluke 2017-02-06 23:46:21 +01:00 committed by Neil Lathwood
parent 73f56701e3
commit 45c5c20ee1

View File

@ -73,6 +73,9 @@ function nicecase($item)
case 'nfs-v3-stats':
return 'NFS v3 Stats';
case 'ntp':
return 'NTP';
case 'ntp-client':
return 'NTP Client';