diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 14:21:21 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-16 17:40:10 -0400 |
| commit | ce8bcf57077b69752d5cf700985a2c3b73426d88 (patch) | |
| tree | 7ed793ebbd7fdbbba53ae5315f94149f837919ad | |
| parent | update locales index.d.ts (diff) | |
| download | sharkey-ce8bcf57077b69752d5cf700985a2c3b73426d88.tar.gz sharkey-ce8bcf57077b69752d5cf700985a2c3b73426d88.tar.bz2 sharkey-ce8bcf57077b69752d5cf700985a2c3b73426d88.zip | |
clarify IP tip message
| -rw-r--r-- | locales/index.d.ts | 2 | ||||
| -rw-r--r-- | sharkey-locales/en-US.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index f599c0df05..6557208b2f 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13094,7 +13094,7 @@ export interface Locale extends ILocale { */ "ip": string; /** - * The date is the IP address was first acknowledged. + * The date is when IP address was first used. */ "ipTip": string; /** diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index 41cc7c48e8..0fff81f240 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -579,7 +579,7 @@ remoteFollowing: "Remote following" updateRemoteUser: "Refresh remote data" activityPub: "Activity Pub" ip: "IP" -ipTip: "The date is the IP address was first acknowledged." +ipTip: "The date is when IP address was first used." rolePeriod: "Period" roleAssigned: "Assigned" roleAutomatic: "automatic" |