Skip to content

Commit

Permalink
Fix another grammatical issue with the Library application card.
Browse files Browse the repository at this point in the history
  • Loading branch information
kensternberg-authentik committed Oct 8, 2024
1 parent 459ea60 commit c1a87b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/user/LibraryApplication/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class LibraryApplication extends AKElement {
renderExpansion(application: Application) {
const me = rootInterface<UserInterface>()?.me;

return html`<ak-expand textOpen=${msg("Less details")} textClosed=${msg("More details")}>
return html`<ak-expand textOpen=${msg("Fewer details")} textClosed=${msg("More details")}>
<div class="pf-c-content">
<small>${application.metaPublisher}</small>
</div>
Expand Down

0 comments on commit c1a87b0

Please sign in to comment.