Merge pull request #21238 from overleaf/rd-github-sync
Migrate the Github Sync modal to Bootstrap 5 GitOrigin-RevId: a6178fc2e9c7072d28d0a1b094b42dff12944781
This commit is contained in:
@@ -46,7 +46,7 @@ function LoadingSpinner({
|
||||
<div className={classNames('loading', className, extraClasses)}>
|
||||
<OLSpinner size={size} />
|
||||
|
||||
{loadingText || t('loading')}…
|
||||
{loadingText || `${t('loading')}…`}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user