Skip to content

Commit

Permalink
UI optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed Jul 5, 2022
1 parent a9bbf2e commit a9d2502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VerseSuggesting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ export class VerseSuggesting implements IVerseSuggesting {
}

public getVerseReference(): string {
return ` [${this.bibleProvider.BibleReferenceHead}](${this.bibleProvider.QueryURL})`;
return ` [${this.bibleProvider.BibleReferenceHead} - ${this.bibleVersion.toUpperCase()}](${this.bibleProvider.QueryURL})`;
}
}

0 comments on commit a9d2502

Please sign in to comment.