8 lines
287 B
TypeScript
8 lines
287 B
TypeScript
import { CommonLabels } from '../models';
|
|
|
|
export const COMMON_LABELS: CommonLabels = {
|
|
folderDoesNotExist: "Folder doesn't exist at path:",
|
|
settingsNotConfigured:
|
|
'Local Bible Ref settings are not configured. Please set the bibles path before attempting to reference passages.',
|
|
};
|