feat(Header): make Header texts configurable

This commit is contained in:
Danny Koppenhagen
2021-10-26 20:24:24 +02:00
committed by Bastian
parent 9d2efc10d9
commit 887d4cd9c3
5 changed files with 11 additions and 8 deletions

View File

@@ -50,6 +50,7 @@ export interface Messages {
pageOverview?: PageOverview;
pageItem?: PageItem;
pageIndex?: PageIndex;
searchLabel?: string;
searchPlaceholder?: string;
revisionsText?: string;
}