web, core: fix grammatical issue in stage bindings (#10799)

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Ken Sternberg
2024-12-20 12:45:50 -08:00
committed by GitHub
parent 112520fd88
commit 0c296efede
6 changed files with 9 additions and 8 deletions

View File

@ -161,7 +161,7 @@ export class StageBindingForm extends ModelForm<FlowStageBinding, string> {
<span class="pf-c-switch__label">${msg("Evaluate when stage is run")}</span>
</label>
<p class="pf-c-form__helper-text">
${msg("Evaluate policies before the Stage is present to the user.")}
${msg("Evaluate policies before the Stage is presented to the user.")}
</p>
</ak-form-element-horizontal>
<ak-form-element-horizontal

View File

@ -69,7 +69,7 @@ export class LibraryApplication extends AKElement {
renderExpansion(application: Application) {
const me = rootInterface<UserInterface>()?.me;
return html`<ak-expand text-open=${msg("Less details")} text-closed=${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>