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

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

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

{{ __('Updated') }}

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