From ce8bcf57077b69752d5cf700985a2c3b73426d88 Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Mon, 12 May 2025 14:21:21 -0400 Subject: [PATCH] clarify IP tip message --- locales/index.d.ts | 2 +- 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"