mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
clarify IP tip message
This commit is contained in:
parent
2788855111
commit
ce8bcf5707
2 changed files with 2 additions and 2 deletions
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
|
@ -13094,7 +13094,7 @@ export interface Locale extends ILocale {
|
||||||
*/
|
*/
|
||||||
"ip": string;
|
"ip": string;
|
||||||
/**
|
/**
|
||||||
* The date is the IP address was first acknowledged.
|
* The date is when IP address was first used.
|
||||||
*/
|
*/
|
||||||
"ipTip": string;
|
"ipTip": string;
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -579,7 +579,7 @@ remoteFollowing: "Remote following"
|
||||||
updateRemoteUser: "Refresh remote data"
|
updateRemoteUser: "Refresh remote data"
|
||||||
activityPub: "Activity Pub"
|
activityPub: "Activity Pub"
|
||||||
ip: "IP"
|
ip: "IP"
|
||||||
ipTip: "The date is the IP address was first acknowledged."
|
ipTip: "The date is when IP address was first used."
|
||||||
rolePeriod: "Period"
|
rolePeriod: "Period"
|
||||||
roleAssigned: "Assigned"
|
roleAssigned: "Assigned"
|
||||||
roleAutomatic: "automatic"
|
roleAutomatic: "automatic"
|
||||||
|
|
Loading…
Add table
Reference in a new issue