@include('livewire.source-controls.partials.github-icon')
{{ __("Github") }}
@if($sourceControl) {{ __("Modify") }} @else {{ __("Connect") }} @endif

{{ __('Connect to Github') }}

@error('token') @enderror
@if (session('status') === 'github-updated')

{{ __('Updated') }}

@endif {{ __('Cancel') }} {{ __('Connect') }}