You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s__('ImportProjects|Are you sure you want to import the project to a personal namespace?')
269
+
"
270
+
:action-primary="$options.actionPrimary"
271
+
:action-cancel="$options.actionCancel"
272
+
@primary="handleImportRepo"
273
+
>
274
+
<p>
275
+
{{
276
+
s__(
277
+
'ImportProjects|Importing a project into a personal namespace results in all contributions being mapped to the same bot user and they cannot be reassigned. To map contributions to actual users, import the project to a group instead.',
278
+
)
279
+
}}
280
+
<help-page-link
281
+
href="/user/project/import/_index"
282
+
anchor="user-contribution-and-membership-mapping"
283
+
>{{ __('Learn more') }}</help-page-link
284
+
>.
285
+
</p>
286
+
</gl-modal>
246
287
<span class="gl-ml-3 gl-inline-flex gl-gap-3">
247
288
<help-popover
248
289
v-show="showMembershipsWarning"
@@ -252,12 +293,14 @@ export default {
252
293
>
253
294
{{
254
295
s__(
255
-
'ImportProjects|Importing a project into a personal namespace results in all contributions being mapped to the same bot user. To map contributions to real users, import projects into a group instead.',
296
+
'ImportProjects|Importing a project into a personal namespace results in all contributions being mapped to the same bot user and they cannot be reassigned. To map contributions to actual users, import the project to a group instead.',
0 commit comments