mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
web interface -- avoid having 'v.v0.1', saying 'version v0.1' seems more natural than that
This commit is contained in:
parent
3a92520764
commit
7c71d4b445
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export default function Version(props) {
|
|||
const { dnsVersion, dnsAddress, dnsPort } = props;
|
||||
return (
|
||||
<div className="nav-version">
|
||||
v.{dnsVersion} / address: {dnsAddress}:{dnsPort}
|
||||
version {dnsVersion} / address: {dnsAddress}:{dnsPort}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue