web, core: fix grammatical issue in stage bindings (#10799)
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
		@ -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>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user