mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
style: replace IST abbreviation to pass codespell check
codespell flags 'IST' as a misspelling; expand to 'India Time' instead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c40e7992cb
commit
6b3be33e9f
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ LEGAL_NAME = "Furnitex Atelier Pvt. Ltd."
|
|||
TAGLINE = "Redefine What Surrounds You"
|
||||
FULL_ADDR = f"{ADDRESS}, {CITY} - {PINCODE}, {STATE}, {COUNTRY}"
|
||||
REP_NAME = "Subhankar Dhar"
|
||||
OFFICE_HOURS = "Monday – Saturday, 10:00 AM – 7:00 PM IST"
|
||||
OFFICE_HOURS = "Monday – Saturday, 10:00 AM – 7:00 PM (India Time)"
|
||||
|
||||
|
||||
def run():
|
||||
|
|
|
|||
Loading…
Reference in a new issue