From ff31a7bc0cb6ada45e31de6636e0961e52f3ca85 Mon Sep 17 00:00:00 2001 From: jason5ng32 Date: Wed, 21 Feb 2024 22:13:23 +0800 Subject: [PATCH] Bug fixed --- index.html | 2 +- src/components/ipcheck.vue | 4 ++-- src/locales/en.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index af0b71c2..c52d196a 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ + content="A better IP Toolbox. Easy to check what's your IPs, IP information, check for DNS leaks, examine WebRTC connections, and test website availability"> diff --git a/src/components/ipcheck.vue b/src/components/ipcheck.vue index dc57cdcf..308613e8 100644 --- a/src/components/ipcheck.vue +++ b/src/components/ipcheck.vue @@ -293,8 +293,8 @@ export default { placeholderSizes: [12, 8, 6, 8, 4], sources: [ { id: 0, text: 'IPCheck.ing', enabled: true }, - { id: 1, text: 'IP.SB', enabled: true }, - { id: 2, text: 'IPinfo.io', enabled: true }, + { id: 1, text: 'IPinfo.io', enabled: true }, + { id: 2, text: 'IP.SB', enabled: true }, { id: 3, text: 'IP-API.com', enabled: true }, { id: 4, text: 'IPAPI.co', enabled: true }, { id: 5, text: 'KeyCDN', enabled: true }, diff --git a/src/locales/en.json b/src/locales/en.json index 35aa093e..5d2dc926 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -198,7 +198,7 @@ }, "page": { "title": "IPCheck.ing - Check My IP Address and Geolocation - Check WebRTC Connection IP - DNS Leak Test - Speed Test - Jason Ng Open Source", - "description": "A better IP Toolbox. Easy to check what's your IPs, IP informations, check for DNS leaks, examine WebRTC connections, and test website availability", + "description": "A better IP Toolbox. Easy to check what's your IPs, IP information, check for DNS leaks, examine WebRTC connections, and test website availability", "keywords": "MyIP,IP Tool,My IP,IP check,IP lookup,DNS leak test,WebRTC test,Speed test", "footerName": "Creators: Jason Ng, Seven Yu & ChatGPT", "footerLink": "https://github.com/jason5ng32/MyIP",