docbrown/app/lib/constants/settings.rb
yheuhtozr a1e8f29fe6
user settings i18n (#15098)
Co-authored-by: Nick Taylor <nick@dev.to>
2021-12-02 11:35:08 -05:00

13 lines
195 B
Ruby

module Constants
module Settings
TAB_LIST = %w[
Profile
Customization
Notifications
Account
Billing
Organization
Extensions
].freeze
end
end