mirror of
https://github.com/immich-app/immich.git
synced 2025-07-01 21:40:10 +02:00
chore(web): change license wording and other things (#11309)
This commit is contained in:
parent
bc20710c6d
commit
ef7a6bb246
40 changed files with 1045 additions and 518 deletions
web/src/lib
|
@ -311,7 +311,7 @@ export const langs = [
|
|||
{ name: 'Development (keys only)', code: 'dev', loader: () => Promise.resolve({}) },
|
||||
];
|
||||
|
||||
export enum ImmichLicense {
|
||||
export enum ImmichProduct {
|
||||
Client = 'immich-client',
|
||||
Server = 'immich-server',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue