Update src/utils/exportUtils/exportUtils.ts
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
parent
e6cb0666ef
commit
efccf19e9e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export const textForFormat = (format: string): string => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export const textForType = (type: string) => {
|
export const textForType = (type: string): string => {
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case exportTypes.BEGINNING:
|
case exportTypes.BEGINNING:
|
||||||
return _t("From the beginning");
|
return _t("From the beginning");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue