naggie / dsnet

FAST command to manage a centralised wireguard VPN. Think wg-quick but quicker: key generation + address allocation.
https://calbryant.uk/blog/how-to-set-up-a-wireguard-vpn-in-minutes-with-dsnet/
MIT License
668 stars 33 forks source link

nit: localization - 'the above X' violates adjective order #92

Open bish0polis opened 3 months ago

bish0polis commented 3 months ago

https://github.com/naggie/dsnet/blob/c7096d13183159647b92aaed522a406c29b91798/cmd/cli/add.go#L27

    ConfirmOrAbort("\nDo you want to add the above configuration?")

... should be 'the configuration above' or 'the preceding configuration'. It's a binary choice.

naggie commented 3 months ago

Good spot -- please make a PR