fix(status): correct spelling of 'Protojx' in status display message

This commit is contained in:
2025-11-02 16:55:31 +01:00
parent f05a35965e
commit 91e95127c1

View File

@@ -250,7 +250,7 @@ export class StatusService {
const container = new ContainerBuilder() const container = new ContainerBuilder()
.setAccentColor(0x0000ed) .setAccentColor(0x0000ed)
.addTextDisplayComponents((text) => text.setContent('# Status of protojx services'+(live ? ' (live)' : ''))); .addTextDisplayComponents((text) => text.setContent('# Status of Protojx services'+(live ? ' (live)' : '')));
const sections: { title: string, type: InfraType, thumbnail: string }[] = [ const sections: { title: string, type: InfraType, thumbnail: string }[] = [
{ {