rename "Refresh Format" to "Refresh Link"

This commit is contained in:
daniel31x13 2023-11-19 09:15:29 -05:00
parent c73f13a9b0
commit e628b3a6d5
2 changed files with 2 additions and 2 deletions

View File

@ -256,7 +256,7 @@ export default function LinkCard({ link, count, className }: Props) {
: undefined,
permissions === true
? {
name: "Refresh Formats",
name: "Refresh Link",
onClick: updateArchive,
}
: undefined,

View File

@ -170,7 +170,7 @@ export default function PreservedFormats() {
onClick={() => updateArchive()}
>
<p>Update Preserved Formats</p>
<p className="text-xs">(Refresh Formats)</p>
<p className="text-xs">(Refresh Link)</p>
</div>
) : undefined}
<Link