Skip to content

Commit

Permalink
Remove LakeFs from label + cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Oct 23, 2024
1 parent bac5f5d commit e3158a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/settings/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class BinaryDistributionSettings(BaseSettingsModel):
description="LakeFs Access Key",
)
asset_resolvers: list[AppPlatformPathModel] = SettingsField(
title="Resolver Application LakeFs Paths",
title="Resolver Application Paths",
description="Allows an admin to define a specific Resolver Zip for a specific Application",
default=[
AppPlatformPathModel(
Expand Down Expand Up @@ -231,7 +231,7 @@ class BinaryDistributionSettings(BaseSettingsModel):
],
)
lake_fs_overrides: list[AppPlatformURIModel] = SettingsField(
title="Resolver Application overwrites",
title="Resolver Application Overwrites",
description=(
"Allows to define a specific Resolver Zip for a specific Application"
),
Expand Down

0 comments on commit e3158a6

Please sign in to comment.