Skip to content

Commit

Permalink
Change 'Ok' to 'OK'
Browse files Browse the repository at this point in the history
Requested in JIRA
  • Loading branch information
linearcombination committed Dec 19, 2024
1 parent d7cf697 commit caa31aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/document/stet/stet.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def generate_docx(
source_run.bold = True
target_run = row_cells[1].paragraphs[0].add_run(verse.target_reference)
target_run.bold = True
status_run = row_cells[2].paragraphs[0].add_run("Ok")
status_run = row_cells[2].paragraphs[0].add_run("OK")
status_run.bold = True
row_cells[2].paragraphs[0].alignment = WD_PARAGRAPH_ALIGNMENT.CENTER
# Row for texts
Expand Down

0 comments on commit caa31aa

Please sign in to comment.