Skip to content

Commit a63d6d9

Browse files
author
rouilj
committed
Issue2550783 - change spelling of organization to organisation so that
the user's organisation can be edited by the user.
1 parent daf6b41 commit a63d6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/roundup/templates/devel/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def own_record(db, userid, itemid):
313313
description="User is allowed to edit their own user details",
314314
properties=('username', 'password',
315315
'address', 'realname',
316-
'phone', 'organization',
316+
'phone', 'organisation',
317317
'alternate_addresses',
318318
'queries',
319319
'timezone')) # Note: 'roles' excluded - users should not be able to edit their own roles.

0 commit comments

Comments
 (0)