mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
sync
This commit is contained in:
parent
31950ae01e
commit
22fa093928
2 changed files with 2 additions and 2 deletions
|
|
@ -1223,7 +1223,7 @@ export const Settings = () => {
|
|||
|
||||
<div className='w-full'>
|
||||
<h4 className={`text-base`}>{displayInfoOfFeatureName('SCM')}</h4>
|
||||
<div className='text-sm italic text-void-fg-3 mt-1'>Settings that control the behavior of Source Control features.</div>
|
||||
<div className='text-sm italic text-void-fg-3 mt-1'>Settings that control the behavior of the Commit Message Generator.</div>
|
||||
|
||||
<div className='my-2'>
|
||||
{/* Sync to Chat Switch */}
|
||||
|
|
|
|||
|
|
@ -382,7 +382,7 @@ export const displayInfoOfFeatureName = (featureName: FeatureName) => {
|
|||
return 'Apply'
|
||||
// source control:
|
||||
else if (featureName === 'SCM')
|
||||
return 'Source Control'
|
||||
return 'Commit Message Generator'
|
||||
else
|
||||
throw new Error(`Feature Name ${featureName} not allowed`)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue