web: de-brand PhotoPrism references in user-facing copy
Replaces "PhotoPrism" in UI strings (empty states, tooltips, toasts, log header, login screen) with neutral terms like "the indexer", "the library", "the server" — accurate regardless of backend. The login header becomes "Mulimage" and drops the explicit PhotoPrism mention. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -53,7 +53,7 @@ export const CAUSES: Record<CauseKey, CauseMeta> = {
|
||||
title: 'Implausible year',
|
||||
chip: 'bad year',
|
||||
suggestion:
|
||||
"Filenames suggest a date PhotoPrism doesn't trust. Open one to set the real TakenAt, then bulk-approve the rest.",
|
||||
"Filenames suggest a date the indexer doesn't trust. Open one to set the real TakenAt, then bulk-approve the rest.",
|
||||
suggestedAction: 'manual'
|
||||
},
|
||||
non_image_type: {
|
||||
@@ -66,7 +66,7 @@ export const CAUSES: Record<CauseKey, CauseMeta> = {
|
||||
title: 'Other quality issues',
|
||||
chip: 'low quality',
|
||||
suggestion:
|
||||
'PhotoPrism flagged these but the metadata looks fine. Open the first one to investigate.',
|
||||
'The indexer flagged these but the metadata looks fine. Open the first one to investigate.',
|
||||
suggestedAction: 'manual'
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user