mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 01:48:54 +01:00
fix(status): correct spelling of 'Protojx' in status display message
This commit is contained in:
@@ -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 }[] = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user