Skip to content

Commit

Permalink
adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 23, 2024
1 parent 214637e commit 32d2144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/admin/components/S3SettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default class S3SettingsPage extends ExtensionPage {
})
);

// If there are no items, add a placeholder to prevent the page from breaking
// If there are no items, add a placeholder.
if (items.toArray().length === 0 && this.s3SetByEnv) {
items.add('setByEnv', <Placeholder text={app.translator.trans('fof-s3-assets.admin.settings.general.configured_by_environment')} />);
}
Expand Down

0 comments on commit 32d2144

Please sign in to comment.